<!-- Bootstrap HEADER_DIV -->
            <div id="HEADER_DIV" class="fieldset">
              <div id="SF_HEADER_DIV_HDR" class="fieldset_hdr">
                <span class="sectionHeading">Header</span>
              </div>
              <div class="fieldset" id="HEADER_DIV_DETAILS">
                <div class="row">
                  <div class="col-md-1">
                    <label for="H_PERNR" class="caption">Employee</label>
                    <span class="captionreq_hide">*</span>
                  </div>
                  <div class="col-md-2">
                    <input type="text" class="field medWidth ro" id="H_PERNR" name="HEADER[1].H_PERNR" onfocus="flm.onfocusEvent(this)" onblur="flm.onblurEvent(this)"/>
                  </div>
                  <!-- not needed   -->
                  <div class="col-md-1">
                    <label for="H_FULL_NAME" class="caption">Name</label>
                    <span class="captionreq_hide">*</span>
                  </div>
                  <div class="col-md-2">
                    <input type="text" class="field medWidth ro" id="H_FULL_NAME" name="HEADER[1].H_FULL_NAME" onfocus="flm.onfocusEvent(this)" onblur="flm.onblurEvent(this)"/>
                  </div>
                  <div class="col-md-2">
                    <label for="H_WEEK_COMMENCING" class="caption">Week Commencing</label>
                    <span class="captionreq_hide">*</span>
                  </div>
                  <div class="col-md-4">
                    <select class="dropdown tb w360" id="H_WEEK_COMMENCING" name="HEADER[1].H_WEEK_COMMENCING" onfocus="flm.onfocusEvent(this)" onblur="flm.onblurEvent(this)">
                      <option value=""/>
                    </select>
                  </div>
                </div>
              </div>
              <!-- End of Bootstrap HEADER_DIV -->
			  <div class="row">
                <table class="table" id="HEADER_DAYS">
                  <tbody>
                    <tr>
                      <td>
                        <input type="text" class="w815 hoursInput bnone ro"/>
                      </td>
                      <td>
                        <input type="text" class="hoursInput fieldNumeric tb aCentre" id="H_HR_MON" name="HEADER[1].H_HR_MON" onfocus="flm.onfocusEvent(this)" onblur="flm.onblurEvent(this)"/>
                      </td>
                      <td>
                        <input type="text" class="hoursInput fieldNumeric tb aCentre" id="H_HR_TUE" name="HEADER[1].H_HR_TUE" onfocus="flm.onfocusEvent(this)" onblur="flm.onblurEvent(this)"/>
                      </td>
                      <td>
                        <input type="text" class="hoursInput fieldNumeric tb aCentre" id="H_HR_WED" name="HEADER[1].H_HR_WED" onfocus="flm.onfocusEvent(this)" onblur="flm.onblurEvent(this)"/>
                      </td>
                      <td>
                        <input type="text" class="hoursInput fieldNumeric tb dateField aCentre" id="H_HR_THU" name="HEADER[1].H_HR_THU" onfocus="flm.onfocusEvent(this)" onblur="flm.onblurEvent(this)"/>
                      </td>
                      <td>
                        <input type="text" class="hoursInput fieldNumeric tb dateField aCentre" id="H_HR_FRI" name="HEADER[1].H_HR_FRI" onfocus="flm.onfocusEvent(this)" onblur="flm.onblurEvent(this)"/>
                      </td>
                       </tr>
                  </tbody>
                </table>
              </div>
			  </div> <!-- End of Bootstrap Header_Div -->